crypto/tls.Conn.handshakeMutex (field)
15 uses
crypto/tls (current package)
conn.go#L40: handshakeMutex sync.Mutex
conn.go#L1287: c.handshakeMutex.Lock()
conn.go#L1288: defer c.handshakeMutex.Unlock()
conn.go#L1555: c.handshakeMutex.Lock()
conn.go#L1556: defer c.handshakeMutex.Unlock()
conn.go#L1613: c.handshakeMutex.Lock()
conn.go#L1614: defer c.handshakeMutex.Unlock()
conn.go#L1663: c.handshakeMutex.Lock()
conn.go#L1664: defer c.handshakeMutex.Unlock()
conn.go#L1673: c.handshakeMutex.Lock()
conn.go#L1674: defer c.handshakeMutex.Unlock()
quic.go#L270: c.handshakeMutex.Lock()
quic.go#L271: defer c.handshakeMutex.Unlock()
quic.go#L479: c.handshakeMutex.Unlock()
quic.go#L480: defer c.handshakeMutex.Lock()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |